* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "微软雅黑";
    color: #333
    overflow: auto;
}
a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    /* color: #1C1475; */
    /* color: #ccc; */
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,select,option {
    font-family: "微软雅黑";
    font-size: 16px;
    
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.main {
	 width: 1400px; 
    margin: auto;
    clear: both;
	/* background: #000000; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.index_top{
	background: rgba(10, 107, 176, 0.9);
}
.header {
    height: 90px;
    width: 1400px;
    margin: 0 auto;
	/*float: left;*/
	display: flex;
	justify-content: space-between;
}
.header_new{
	position: fixed;
	z-index: 2;
}
.header .fl {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 30%;*/
	padding-left: 15px;
	height: 90px;
}

.header .fr {
    margin-top:35px;
    float: right;
    line-height: 40px;
    height: 40px;
	display: flex;
	flex-direction: row;
}

.header .fr dt a{

  display: inline-block;
  line-height: 30px;
  /* text-transform: uppercase; */
}
.header .fr dt img{
    vertical-align: middle;
    margin-right:5px;
}


.nav {
    /* width: 880px; */
    height: 90px;
    /* line-height: 115px; */
    display: flex;
    float: left;
    /* background: #2a2a2a; */
    /* margin-left: 150px; */
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul>li {
    float: left;
    width:130px;
    text-align: center;
    height: 90px;
    /* line-height: 115px; */
    display: inline-block;
    cursor: pointer;position: relative;
	z-index: 999;
}

.nav ul li>a {
    width: 80%;
    padding: 0px 10%;
    height: 90px;
    line-height: 90px;
	display: inline-block;
	color: #fff;
    text-align: center;
    /* color: #fff; */
    font-size: 19px;
    position: relative;
    /* border-right: 1px solid #232d3c;
    border-left: 1px solid #374760; */
}
/* .nav ul>li.arrow>a{
    background: url(../image/icon3.png) right center no-repeat;

}
.nav ul>li:hover.arrow>a,.nav ul li.active.arrow>a{
    background: url(../image/icon4.png) right center no-repeat;

} */
.nav ul li:hover>a,.nav ul li.active>a{
	color: #0567ab;
	background: rgba(255, 255, 255, .9);
}
.nav ul li:hover>a::before {
	position: absolute;
	left: 60px;
	content: '';
	top: 70px;
    color: #0567ab;
	width:0px;
	height: 0px;
	border: 8px solid red;
	border-color: transparent transparent #0567ab transparent  
}
.nav ul li:first-child:hover>a::before{
	border: none;
}
.nav ul li:hover .nav_hover{
    display: block;
}
.nav ul li .nav_hover p{
	width: 270px;
	float: left;
	margin-top: 26px;
}
.nav ul li .nav_hover{
	position: absolute;
	z-index: 999999;
	left: 0;
	width: 130px;
	/* height: 250px; */
	background: rgba(255, 255, 255, .9);
	top: 90px;
display: none;
}
/* .nav ul li .nav_hover1{
	width: 800px;
}
.nav ul li .nav_hover2{
	width: 850px;
} */
.nav ul li .nav_hover2 dl.dllist2  dd{
}
.nav ul li .nav_hover1 dl dd{
}
.nav ul li .nav_hover dl {
	position: relative;
}
/* .nav ul li dl dt a{
    height: 40px;
    line-height: 40px;
    width: 100%;
	font-size: 18px;
	color: #0567ab;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
} */
.nav ul li dl dd {
    height: 42px;
    /* line-height: 36px; */
	width: 100%;
	
}

.nav ul li dl dd a {
    height:42px;
    /* line-height: 36px; */
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #333;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    color: #0567ab;
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
	width: 100%;
	/*padding-top: 90px;*/
	height: 705px;
}

.swiper-container1 img {
	width: 100%;
	height: 705px;
}
.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 100px;
	left: calc((100% - 100px)/2);
	position: relative;
	bottom: 32px;
	background: #fff;
	height: 32px;
}
.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets::before{
content: '';
position: absolute;
background: url(../image/banner_l.png) top center no-repeat;
left: -32px;
width: 32px;
height: 32px;
background-size: auto 32px;;
}
.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets::after{
content: '';
background: url(../image/banner_r.png) top center no-repeat;
position: absolute;
right: -32px;
width: 32px;
height: 32px;
background-size: auto 32px;;
}

/* .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -40px;
}
 */
.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
	margin-top: 15px;
}

.swiper-container1 .swiper-pagination-bullet {
    background: #b2b2b2;
    opacity: .5;
    width: 10px;
    height:10px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-container1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    background: #0567ab;
    height: 10px;
}
.index,.index1,.index2,.index3{
    width: 100%;
    float: left;
}
.index_tit{
	width: 100%;
	height: 90px;
	position: relative;
	text-align: center;	margin-top:60px;
}
.index_tit::before,.index_tit::after{
	position: absolute;
	content: '';
	width: 500px;
	height: 1px;
	background: #ccc;
	/* left: 0px; */
	top: 25px;
}
.index_tit::before{
	left: 0;
}
.index_tit::after{
	right: 0;
}
.index_tit  img{
	width: 200px;
	margin-right: 10px;
}
.index_tit  b {
	/* padding: 0px 20px; */
	font-size: 35px;
	/* position: absolute;
	width: 200px;
	margin-left: -100px; */
	font-weight: bold;color: #0567ab;display: inline-block;z-index: 9;
}


.index1_con{
	width: calc(100% - 2px);
	height: 600px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.index1_con ul li {
	width: 385px;
	padding:40px;
	height: 220px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float: left;
	display: inline-flex;justify-content: center;
	align-items: center;
	background: #fafafa;
	cursor: pointer;
}
.index1_con ul li a{
	width: 100%;
	text-align: center;
}
.index1_con ul li p{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}
.index1_con ul li b{
	font-size: 22px;
}
.index1_con ul li img {
	text-align: center;
}
.index1_con ul li  i{display:inline-block;width:21px;height:21px;background: url('../image/indexlogo.png.png') no-repeat -21px center;transition:all .3s;}
.index1_con ul li:hover{background:#0567ab;}
.index1_con ul li:hover i{background-position: 0 0;}
.index1_con ul li:hover b{color: #fff;}


.index_more{
	width: 200px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #cccccc;
	color: #cccccc;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	margin:0px calc((100% - 200px)/2);
	margin-top: 35px;
	float: left;
	font-size: 30px;
}
.index_more:hover{
	font-size: 30px;
	background: #0567ab;
	color: #fff;
}

.index2 {
	padding-bottom: 90px;
}
.index2_con{
	width: calc(100% - 2px);
	height: 300px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.index2_con ul li {
	width: 465px;
	
	height:300px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fafafa;
	cursor: pointer;
}
.index2_con ul li a{
	width: 405px;
	
	height: 220px;
		padding:40px 20px 40px 40px;display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: left;
}
.index2_con ul li p{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.index2_con ul li b{
	font-size: 18px;
	font-weight:bold;
}
.index2_con ul li span{
	height: 150px;
	word-break: break-all;
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	 -webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	margin-bottom: 10px;
	}
.index2_con ul li img {
	text-align: center;
	width: 140px;
	margin-left: 30px;
	display: flex;
}
.index2_con ul li b {
	font-size: 20px;
	color: #0567ab;
	padding-bottom: 10px;
}
.index2_con ul li  i{display:inline-block;width:21px;height:21px;background: url('../image/arr_pro.png') no-repeat -21px center;transition:all .3s;}
.index2_con ul li:hover{background:#0567ab;}
.index2_con ul li:hover i{background-position: 0 0;}
.index2_con ul li:hover b,.index2_con ul li:hover span{color: #fff;}


.index3{
    width: 100%;
    float: left;
    background: url(../image/bg.jpg) top center no-repeat;
    height: 785px;
}

.index3_con {
    width: 1380px;
    float: left;
    /* padding-top: 10px;
    padding-bottom: 100px; */
    height: 500px;
    position: relative;
    margin:10px 0px 0px 10px ;
    background: #0567ab;
}
.index3_con_bj{
    position: absolute;
    left: -20px;
    top: -20px;
    height: 450px;
    width: 1350px;
    padding:50px 0px 0px 30px;
    background: #fff;

}
.index3_con_l{
    width: 660px;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    float: left;
}
.index3_con_l i{
	font-size: 28px;
	color: #0567ab;
	padding-bottom: 10px;
	font-weight:bold;
}
.index3_con_l span {
    width: 100%;
    float: left;
    display: inline-block;
	font-size: 15px;
	line-height: 26px;
	padding-top: 10px;
}
.index3_con_r{
    width:540px;
	 margin-left: 80px;
    float: left;
}
.index3_con_r img {
	width: 540px;
}


.index3_con_l a{
    margin-top: 40px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background: #0567ab;
    color: #fff;
    font-size: 16px;
    border-radius:5px;
}
.index3_con_l a:hover{
	background: #007A5E;
}


.index4_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 60px;
}
.index4 .index4_con {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.index4_l{
	width: 560px;
	display: flex;justify-content:flex-start;
}
.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 35px;
}
.swiper-container2 .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 10px;
    height:10px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-container2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    background: #fff;
    height: 10px;
    ;
}
.index4_r{
	width: 800px;
	display: flex;justify-content:flex-start;
	margin-left: 30px;
}
.index4_r ul {
	display: flex;
	flex-direction: column;
	
	flex-direction: row;
	flex-warp:warp; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.index4_r ul li {
	margin-bottom: 18px;
	padding: 15px 0px;
	border: 1px solid #e1e1e1;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: #666666;
	align-items: center;
	height: 60px;
	
	width: 800px;
	cursor: pointer;
	
	
}

.index4_r ul li p{
	width:100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #9a9a9a;
	font-size: .3rem;
	border-right:.01rem solid #e1e1e1;
}
.index4_r ul li p i{
	font-size: 24px;
	line-height: 40px;
}
.index4_r ul li p b{
	font-size: 14px;
	line-height: 20px;
}
.index4_r ul li span{
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-left: 20px;
	padding-right:30px;
	/* width: calc(100% -  150px); */
}
.index4_r ul li span i{
	font-size: 16px;

	padding-bottom: 5px;
}
.index4_r ul li span i a{
	font-size: 16px;
	color: #333;
	padding-bottom: 5px;
}
.index4_r ul li:Hover span i a{
	font-size: 16px;
	color: #0567ab;
	padding-bottom: 5px;
}
.index4_r ul li span b{
	font-size: 14px;
	color:#666666;
}
.link{
	width: 100%;
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	background: #f4f4f4;
}
.link,.link dl ,.link dt,.link dd, .link a {
	float: left;
}
.link dt a {
	font-size: 16px;
	margin-right: 10px;
	color: #0567ab;
}
.link dd a {
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
}
.link dd a:hover{
	color: #0567ab;
}

.copy {
    width: 100%;
    background: #25292c;
    height: 360px;
    float: left;
    font-size: 14px;
    color: #5c5d5d;
    line-height: 28px;
}

.copy_top {
    width: 100%;
    /* float: left; */
    height: 300px;
    margin-top:50px;
	/*padding: 0 60px;*/
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.copy a:hover {
    color: #0567ab;
}

.copy1 {
     width: 200px; 
    /* margin-top: 35px; */
    /*padding-right: 55px;*/
    float: left;
    /* border-right: 1px solid #fff; */
}
.copy dl dt,.copy dl dd{
	display: flex;
	flex-direction: column;
	
}
.copy dl dt a{
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}
.copy dl dd a {
	color: #c7c7ca;
}
.copy dl dd a:Hover {
	color: #0567ab;
}
.copy2 {
    width: 300px;
    float: left;
}

.copy3 {
    width: 200px;
    padding-left: 140px;
    float: left;
    height: 300px;
    padding-top: 57px;
    border-left: 1px solid #414340
}


.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #cccccc;
    line-height: 28px;
}
.copy2 dl dd b{
    float: left;
    width:50px
}
.copy2 dl dd span{
    width: calc(100% - 50px);
    float: left;
}

.copy_r{
	width: 400px;
	display: flex;
	flex-direction: column;
}
.copy_r h2.copy_tit{
	font-size: 18px;
	
	color: #fff;
		padding-bottom: 10px;
}
.copy_r p {
	line-height: 30px;
	font-weight: bold;
}
.copy_r span {
	font-size: 14px;
	line-height: 30px;
}
.copy_r ol {float: left;margin-top: 30px;}
.copy_r ol li { 
	width: 130px;
	margin-left: 30px;
	height: 170px;
	/* height: 160px; */
	line-height: 150px;
	padding: 5px 0px 5px 5px;
	/* background-color: #11449d; */

float: left;

}
.copy_r ol li:first-child{
	margin-left: 0px;
}
.copy_r ol li p{
	/* display:table-cell;vertical-align:middle; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* align-content: center; */
	/* justify-content: center; */
	/* justify-self: center; */
	/* justify-items: center; */}
.copy_r ol li:first-child{
	margin-left: 0px;
}
.copy_r ol li img{
	float: left;
}
.copy_r ol li b {color: #fff; 
	width: 100%;
    text-align: center;
    line-height: 40px;
	font-size: 14px;
	float: left;

	/* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;/*è‹±æ–‡çš„æ—¶å€™éœ€è¦åŠ ä¸Šè¿™å¥ï¼Œè‡ªåŠ¨æ¢è¡Œ*/
	word-break:break-all;
	display: inline-block;
}
.copy_bot2 {
	line-height: 50px;
	height: 50px;
	color: #cccae0;
	background: #111;
	clear: both;
	/*padding: 0 60px;*/
}

.copy_bot2 a {
    color: #cccae0;
}
.copy_bot2 a:hover{
color: #0567ab;
}
.banner_img {
    width: 100%;
    height: 400px;
    margin: auto;
	overflow: hidden;
	/*padding-top: 90px;*/
}

.banner_img p {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0px;
	z-index: 1;

}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
	z-index: 1;
}
.nav_page {
    width: 100%;
	background: #f4f4f4;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #cccccc;
	float: left;
	/*padding: 0 80px;*/
	box-sizing: border-box;
	background: #eee;
	margin-bottom: 30px;
}
.nav_page p {
    position: relative;
    margin-left: 10px;
    font-size: 18px;
    color: #666666;
    float: left;
}
.nav_page p::before{
    position: absolute;
    content: "";
    left: -10px;
    top:21px;
    width: 5px;
    height: 20px;
    background: #0567ab;
}
.nav_page ul{
    float: right;
}
.nav_page ul li {
    float: left;
    color: #666666;
}
.nav_page ul li a {
    color: #666666;
}
.nav_page ul li a:hover{
	color: #0567ab;
}
.nav_page ul li b {
    font-size:14px;
}
.nav_page1 ol {display: table;
margin: 0px auto; padding: 10px 0px 40px;}
.nav_page1 ol li { line-height: 48px;width: 140px;text-align: center; margin-right: 10px;color: #f3f3f3; margin-top:3px;float: left; }
.nav_page1 ol>li>a {width:100%; color: #000; display: inline-block;border-radius: 25px;border: 1px solid #bcbcbc;}
.nav_page1 ol li ul{display: none;}
.nav_page1 ol li ul li {width: 100%; height: 40px;line-height: 40px; text-indent: 20px; background: #fff;color: #333}
.nav_page1 ol li ul li.show a{color:#004D93;}
.nav_page1 ol li.hover ul{display: block;}
.nav_page1>ol>li.hover>a,.nav_page1>ol>li>a:hover{
	color: #fff;
	background: #0567ab;
	border: 1px solid #027bc4;
}
.nav_tab {
	width: 100%;
	float: left;
}

.nav_tab ul {
	display: table;
	margin: 0px auto;
	padding: 50px 0px 50px;
	;
	;
}

.nav_tab ul li {
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;

}
.nav_tab2 ul{
	padding-bottom:30px;
}
.nav_tab3 ul{
	padding-bottom:10px;
}
.nav_tab2 ul li {
	width: 180px;
	margin-bottom:30px;
}
.nav_tab3 ul li {
	width: 260px;
	margin-bottom:30px;;
}
.nav_tab ul li a {
	width: 100%;
	height: 50px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	;
	border-radius: 5px;
	border: 1px solid #cccccc;
	color: #6a6a6a
	;
}

.nav_tab ul li.hover a {
	background: #0567ab;
	color: #fff;
	border: 1px solid #0567ab;
}

  .about_top {
      width: 100%;
	  padding: 30px 0px 0px;
  }
  .about_top_l {
/*	display: flex;
	justify-content: space-between;
	height: 400px;*/
  }
  /*.about_top_l img{
	  width: 40%;
	  height: 400px;
	  margin-right: 30px;
  }*/
  .about_top_l p{
	  /* width: 540px; */
	  /* float: left; */
	  /*margin-right: 60px;*/
	  margin-bottom: 30px;
  }
  .about_top_l {
      width:100%;
      float: left;
      font-size: 14px;
      line-height: 30px;
      color: #666666;
  }
  .about_top_l span {
      width: 1400px;	
      float: left;
      display: inline-flex;
	  flex-direction: column;
      margin-bottom: 40px;
	  line-height: 30px;
  } 
.about_top_l span i {
	font-size: 24px;
	font-weight: bold;
	color: #0567ab;
	margin-bottom: 10px;
}
.about_top_l span b{
	margin-bottom: 20px;
	font-size:16px;
}
.about_bot{
	width: 100%;
	float: left;margin-top: 30px;
	padding-bottom: 110px;
}
.about_botcon{
	display: flex;
	justify-content: space-between;
}
.about_botcon ul {
	/* width: 970px; */
	/* float: left; */
	/*width: 68%;*/
	display: flex;
	/*margin-right: 20px;*/
	flex-wrap: wrap;
}
.about_botcon ul li{
	width: 475px;
	height: 180px;
	margin-right: 20px;
	/* float: left; */
	/* margin-right: 10px; */
	margin-bottom: 10px;
	background: #f0f0f0;
}
.about_botcon ul li:nth-child(2n){
	margin-right: 0px;
}
.about_botcon ul li a {
	width: 100%;
	height: 180px;
		background: #f0f0f0;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #666666;
		font-size: 16px;
		line-height: 30px;
}
.about_botcon ul li:hover a{
	background: #0567ab;
	color: #fff;
}
.about_botcon ul li:hover a b {
	color: #fff;
}
.about_botcon ul li a b{
	font-size: 20px;
	color: #0567ab;
	margin-bottom: 5px;
}
.about_botcon>p{
	width: 410px;
	float: left;
}

.honor {
    float: left;
	margin-bottom: 80px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.honor ul li {
    float: left;
    width: 330px;
    text-align: center;
    margin-right:25px;
    margin-bottom:30px;
    position: relative;
}
.honor ul li a{
    width: 100%;
    display: inline-block;
}
.honor ul li img {
    width:310px;
    background: #fff;
    border: 1px solid #dedede;
	border-radius: 5px;
    padding:10px;
	/*background: #f9f9f9;*/
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(4n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #0567ab;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #0567ab
}

.honor ul li:hover img {
    border: 1px solid #0567ab;
}

.contact {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_top {
    width: 100%;
    float: left;
}
.contact_l {width:600px;
margin-right: 90px;
float: left;


}
.contact_l img{
    width: 100%;
}
.contact_r{
    width:700px ;
    float: left;
    font-size: 14px; color: #7d7d7d; line-height: 30px;
}



.contact_top {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.contact_bot{
    width: 100%;
    float: left;
}
.contact_bot p{
    width:100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.contact_botcon {
    /*width: calc(100% - 60px);*/
    float: left;
    padding: 0;
    margin-bottom: 50px;
    background: #eee;
}
.contact_botcon ul{
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    float: left;
    /*background: #eee;*/
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon .reset{
	background: #999;
}
.contact_botcon ul li.wid50 {
    width: 49%;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 100%;
    float: left;
}
.contact_botcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact_botcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;
    color: #666;

}
.contact_botcon ul li select{
    width: calc(100% - 60px);
    height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;color: #666;


}
.contact_botcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #666;
    float: left;
    padding: 5px;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
	background: #0567ab;
	cursor: pointer;
}
.contact_botcon p input:hover{
	background: #333;
}

.download {
    width: 100%;
    float: left;
    /* margin-top: 20px; */
	margin-bottom: 100px;
}

.download ul li {
    width: 680px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #f9f9f9;
	border: 1px solid #d9d9d9;
	margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.download ul li:nth-child(2n){
	margin-right: 0px;
}
.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: 10px;
    content: '';
    top: 20px;
    width: 5px;
	height: 5px;
	background: #0567ab;
	border-radius: 5px;
	display: inline-block;
    font-size: 16px;
}

.download ul li span {
    float: right;
    margin-right: 10px;
}

.download ul li span a {
    width: 40px;
    height: 45px;
    /* background: #2d3a4e; */
    line-height: 45px;
    text-align: center;
    display: inline-block;
    /* color: #fff; */
    font-size: 14px;
    text-transform: uppercase;
}

/* .download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #0567ab;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
} */

.download ul li:hover p,.download ul li:hover span a{
    color: #0567ab
}
.download ul li span img{vertical-align: middle;width: 25px;margin-right: 5px;}

#gallery-overlay {
    background-color: #000;
}

#gallery-container {
    font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
    color: #999;
    display: none;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    box-shadow: 0 0 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
    display: none;
    height: 100%;
}

#gallery-loading {
    padding: 8px;
}

#gallery-controls {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gallery-controls div {
    float: left;
    height: 100%;
    width: 50%;
}

#gallery-controls a {
    background: #fff;
    color: #000;
    font-size: 12px;
    outline-style: none;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#gallery-previous-link {
    left: 0;
    padding: 6px 10px 6px 6px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
    padding: 6px 6px 6px 10px;
    right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
    background: #fff;
    color: #999;
    display: none;
    margin: 0 auto;
    overflow: auto;
}

#gallery-image {
    padding: 8px;
}

#gallery-meta {
    display: none;
    height: 44px;
    padding: 0px 8px;
}

#gallery-meta div {
    float: left;
}

#gallery-info {
    text-align: left;
    width: 80%;
}

#gallery-close {
    line-height: 30px;
    text-align: right;
    width: 20%;
}

#gallery-close a {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

#gallery-close a:hover {
    color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

#gallery-title a:visited:hover {
    color: #999
}

#gallery-pages {
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
}
.faq{
    width: 100%;
    float: left;
	padding-top:25px;
}
.faq dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.faq dl dt {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    padding: 0px 20px 0px 30px ;
}
.faq dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 16px;
}
.faq dl dt.hover p{
    color: #0567ab;
	font-size:16px;
}
.faq dl dt p::before{
    position: absolute;
    content: '';
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #0567ab;
    top: 23px;
}

.faq dl dt span{
    float: right;
}
.faq dl dt span img:nth-child(1){
    display:none;
}
.faq dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px 20px 10px 30px ;
    float: left;
    display: none;
}
.faq dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    /* padding-bottom: 20px; */
}
.faq dl dd span {
    width: 100%;
    float: left;
    padding: 20px 0px 30px ;
    font-size: 14px;
    color: #0567ab;
}


.pages {
    display: table;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pages li {
    float: left;
}

.pages li a {
    height: 32px;
    padding: 0px 10px;
    line-height: 32px;
    background: #f3f3f3;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: 32px;
    line-height: 32px;
    background: #0567ab;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #0567ab;
    color: #fff
}

.news {
    /*width: 100%;*/
    width: 1400px;
	/*float: left;*/
	/*padding: 0 80px;*/
	margin: 0 auto;
	box-sizing: border-box;
}

.news dl {
    margin-bottom: 40px;
    width: calc(100% - 20px);
    display: flex;
    /*float: left;*/
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.news dl dt {
    width: 270px;
    float: left;
    margin-right: 40px;
    text-align: center;
}
.news dl dt img{
    width: 270px;
	height:200px;
}
.news dl dd {
    width: 1020px;
    float: left;
	/* padding-top:30px; */
}


.news dl dd p,.news dl dd b,.news dl dd i,.news dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
    color: #666666;
}
.news dl dd p {
    font-size: 18px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px
}
.news dl dd b{
	font-size: 14px;
	color: #666;
	padding-top:10px;
}
.news dl dd i a{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background: #eee;
    color: #333333;
    /* border-radius: 5px; */
    margin-top: 10px;
	border: 1px solid #dddddd;
}
.news dl:hover dd i a {
    background: #0567ab;
	color: #fff;
	border: 1px solid #0567ab;
}
.news dl:hover p{
	color: #0567ab;
}

.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px;
	height: 65px;
	overflow: hidden;
}
.faqshow {
    /* padding-bottom: 0px; */
    width: 100%;
    float: left;
	padding: 0px 0px 50px 0px;
	box-sizing: border-box;
	/* padding-top:25px; */
}
.faqshow1 {
	font-size:14px;
	line-height:30px;
	padding-top:25px;
	margin-top:25px;
}
.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #0567ab;
	font-weight:bold;
    padding: 10px 0px 0px;
}
.faqshow .tcp{
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #666;
	
	padding: 10px 0px 10px;
}
.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
/*    float: left;*/
	padding-top:20px;
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #0567ab
}

.product {
    float: left;
	/*padding:15px 60px;*/
}

.product ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product ul li {
    /*float: left;*/
    width:25%;
    text-align: center;
    /*margin-right: 30px;*/
    margin-bottom:40px;
    position: relative;
}
.product ul li a{
	width: 100%;
	/*height: 320px;*/
	display: inline-block;
	/* border: 1px solid #d9d9d9; */
}
.product ul li img {
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    /* height: 208px; */
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(4n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #06379d;
    display: inline-block;
}

.product ul li:hover a b {
    color: #06379d
}

.product ul li:hover img {
    border: 1px solid #0567ab;
}
.products{
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.products_tit {
	text-align: center;
	color: #0567ab;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight:bold;
}
.products_con{
	width: 100%;
	font-size: 15px;
	color: #666;
	line-height:28px;
}

.productshow{
    width: 100%;
    /* padding-top: 30px; */
    padding: 0 0px 40px 0px;
    box-sizing: border-box;
    float: left;
}

.pro_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
	background: #f4f4f4;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.pro_tit b {
	width: 140px;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	position: relative;
	top: -1px;
		height: 52px;

}

.pro_tit b.hover::before{
	width: 0px;
	height: 0px;
	position: absolute;
	content:'';
	border: 5px solid transparent;
	top: 52px;
	left: 65px;
	border-color:#0567ab  transparent transparent  transparent  
}
.pro_tit b.hover{	background: #0567ab;
	color: #fff;}
.productshow_top,.productshow_bot {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.productshow_l {
	width: 540px;
	float: left;
	margin-right: 50px;
}
.productshow_l img {width: 509px;height: 509px;border: 1px solid #efefef;
box-shadow:    0px -5px 5px 0px #efefef,   /*上边阴影  红色*/

                -5px 0px 5px 0px #efefef,   /*左边阴影  绿色*/

                5px 0px 5px 0px #efefef,    /*右边阴影  蓝色*/

                0px 5px 5px 0px #efefef; }
.productshow_r {
	width: 800px;
	float: left;
	display: flex;
	flex-direction: column;
	}
	.pro_tit1{
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #e9e9e9;
		font-size:22px;
		color:#1C1475;
	}
	.pro_tit2{
		height: 45px;
		line-height: 45px;
		display: inline-flex;
		align-items: center;
		justify-items: center;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.pro_tit2 a{
		width: 140px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		display: inline-block;
		
		color: #fff;
		border-radius: 3px;
		
		margin-right: 35px;
		background: #0567ab;
	}
	.pro_tit2 a:hover{
		background: #007A5E;
	}
	.pro_tit2 img {
		vertical-align: middle;
	}
	.pro_tit2 b {
		margin-right: 10px;
	}
	.pro_tit2 i{
		font-size: 20px;
		color: #666666;
		margin-right: 10px;
	}
	.pro_tit2 strong{
		font-size:24px;
		font-weight: bold;
		color: #0567ab;
	}
	
	.pro_tit3 span{
		height: 32px;
		line-height: 32px;
		display: inline-flex;
		align-items: center;
		justify-items: center;
		margin-top: 20px;
		margin-bottom: 15px;
		margin-right:35px;
	}
	.pro_tit3 b {
		line-height: 32px;margin-left: 5px;color: #0567ab;
	}
	.pro_tit4 {
		font-size: 16px;
		color: #0567ab;
		height: 45px;
		line-height: 45px;border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.productshow_r dl {
		margin-top: 5px;
	}
	.productshow_r dl dd{
		width: 40%;
		float: left;
		height: 30px;
		line-height: 30px;
	}
	.productshow_r dl dd a{
		text-decoration: underline;font-size: 14px;color: #666666;
	}
	.productshow_r dl dd a:hover{
		color: #0567ab;
	}
	
	.faqshow_tyext{
		width: 100%;
		float: left;
		line-height: 28px;
		font-size:15px;
	}
	
.solution{
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.solution_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
	background: #f4f4f4;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.solution_tit b {
	width: 300px;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 51px;
	position: relative;
	border-right: 1px solid #cccccc;

}

.solution_tit b.hover::before{
	width: 0px;
	height: 0px;
	position: absolute;
	content:'';
	border: 5px solid transparent;
	top: 51px;
	left: 145px;
	border-color:#0567ab  transparent transparent  transparent  
}
.solution_tit b.hover{	background: #0567ab;
	color: #fff;}
	.solution_tabcon{
		width: 100%;
		float: left;
		color: #7d7d7d;
		font-size: 15px;
		line-height: 28px;
		padding-top:20px;
	}
	.solution_tabcon p{
		margin-top: 30px;
		color: #0567ab;
		font-size: 18px;
		
	}
	.solutionshow_con{
		width: 100%;
		float: left;
		padding-bottom: 100px;
		display: flex;
		flex-direction: column;
		line-height: 28px;
		font-size:15px;
	}
	.solutionshow_con p{
		margin-top: 30px;
		font-size: 16px;
		color: #666666;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.sitmap{
		width: 100%;
		float: left;
		margin-top: 60px;
		margin-bottom: 110px;
	}
	.sitmap dl {
		width: 260px;
		float: left;
		margin-right: 20px;
		display: inline-flex;
		flex-direction: column;
	}
	.sitmap dl dd{
		margin-bottom: 20px;
		position: relative;
	}
	.sitmap dl dd::before{
		position: absolute;
		content: '';
		width: 1px ;
		height:21px;
		background: #cccccc;
		top: 46px;
		left: 125px;
	}
		.sitmap dl dd:last-child::before{
			background:transparent;
		}
	.sitmap dl dd a {
		width: 260px;
		display: inline-block;
		border: 1px solid #cdcdcd;
		border-radius: 2px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size:14px;
	}
	.sitmap dl dd.hover a,.sitmap dl dd a:hover {
		background: #0567ab;
		color: #fff;
		font-size:14px;
		border-radius: 2px;
	}

	/* new */
	.index1_con_new .swiper-wrapper{
		display: flex;
		position: relative;
	}
	.index1_con_new .swiper-wrapper .swiper-slide:hover::before{
		content: '';
		background: url(../image/search.png) no-repeat 5px 5px;
		background-size: 16px;
		position: absolute;
		display: inline-block;
		width: 50px;
		height: 50px;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.index1_con_new .swiper-wrapper .swiper-slide:hover::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		/* background: url(../image/search.png) no-repeat 10px 10px; */
		border-width: 0px 0px 46px 46px;
		border-color: transparent #0567ab;
		border-style: solid;
	}
	.index1_con_new .swiper-wrapper .swiper-slide{
		background: #fff;
		margin-right: 30px;
		/*height: 400px;*/
		text-align: center;
		position: relative;
		height: 402px;
		/* width: 307px; */
	}
	.index1_con_new .swiper-slide p{
		font-size: 22px;
		/*color: #0567ab;*/
		padding-top: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.index1_con_new .swiper-slide span{
		color: #999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		padding: 5px 0 15px 0;
	}
	.index1_con_new .swiper-slide label{
		display: flex;
		width: 100%;
		height: 260px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.index1_con_new .swiper-slide label img{
		width: 80%;
		max-height: 260px;
		/*height: 260px;*/
		/*padding-left: 10%;*/
		/*position: absolute;*/
		/*bottom: 20px;*/
		/*left: 0;*/
	}
	.index1 .main{
		width: 1400px;
		margin: 0 auto;
	}
	.index1_con_new .swiper-slide:hover p{
		color: #0567ab;
	}
	.index1 .lastIndex{
		margin-bottom: 50px;
	}
.main_contact{
	/*padding: 0 60px;*/
	box-sizing: border-box;
}
.main_contact .top{
	display: flex;
}

.main_contact .top >div{
	height: 200px;
	flex: 1;
	box-sizing: border-box;
	line-height: 32px;
}
.main_contact .left{
	background: #0567ab;
	padding: 40px 30px;
	color: #fff;
}
.main_contact .right{
	background: #efefef;
	padding: 30px;
	color: #555;
}
.main_contact .right h3{
	color: #0567ab;
}
.main_about{
	/*padding: 0 60px;*/
	box-sizing: border-box;
}
